home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 November / MACPOWER-1997-11.ISO.7z / MACPOWER-1997-11.ISO / AMUG / INTERNET / EIMS 1.1.2.sit / EIMS 1.2b4 / Readme < prev    next >
Text File  |  1997-07-07  |  11KB  |  257 lines

  1. ===========================
  2. Eudora Internet Mail Server
  3. ===========================
  4.  
  5. --------------------
  6. Version 1.2 - Beta 4
  7. --------------------
  8.  
  9. This is a beta version of the freeware product Eudora Internet Mail Server
  10. for the Macintosh, also known as EIMS.
  11.  
  12. The latest beta and released versions of EIMS can be found at the FTP site 
  13. ftp.eudora.com and at the World Wide Web site http://www.eudora.com.
  14.  
  15. --------------------
  16. Minimum Requirements
  17. --------------------
  18.  
  19. To use EIMS, you must have the following:
  20.  
  21. *  A Macintosh LC or later model.
  22. *  Macintosh System 7.0 or later.
  23. *  MacTCP 2.0.6 or Open Transport 1.1.2
  24. *  Full-time Internet connection
  25. *  Access to DNS
  26.  
  27. ------------
  28. Installation
  29. ------------
  30.  
  31. To install EIMS, do the following:
  32.  
  33. 1.   Double-click the self-extracting archive file.
  34. 2.   Place the application in the folder of your choice
  35. 3.   Double-click the application icon to launch.
  36.  
  37. -------------
  38. Configuration
  39. -------------
  40.  
  41. The first time you run EIMS accept the default configuration.  However, you must
  42. edit the Server Names list on the Preferences Window on the Server menu.  To add
  43. new names enter them in the edit text region below the list, and click the Add button.
  44.  
  45. If you are upgrading to EIMS 1.2 from an earlier version of MailShare, AIMS, or EIMS,
  46. you should check the timeout and connection number settings for the Ph server from within
  47. the Server Preferences window.  It is recommended that a timeout of 120 seconds be used,
  48. and 2 or more Ph connections.  Note, you can set the Ph connections to 0 to disable
  49. the Ph server.
  50.  
  51. ------------------
  52. Changes from 1.1.2
  53. ------------------
  54.  
  55. -Added Ph server. Supported Ph fields are name for the full name, and email
  56. for the email address. You can do queries such as 'email=glenn', 'name=g*'.
  57. 'g*' and 'name=g*' will do the same thing.
  58.  
  59. -Changed the SMTP MAIL FROM check to only work if the <any-user> account is
  60. disabled. If you need to have addresses recognized that are not configured
  61. as accounts, you will need to enable the <any-user> account.
  62.  
  63. -Added type selection of accounts and display of more than 1000 accounts.
  64. EIMS will now handle up to 8191 accounts, and you can start typing the name
  65. to select them.
  66.  
  67. -IP addresses and domain literals are now matched in the sending setup
  68. settings. This makes it possible to override the route and/or timing
  69. options for messages with IP addresses in the domain.
  70.  
  71. -Fixed the bug with Outgoing Mail forwarding crashing or returning a -1
  72. error that was introduced in EIMS 1.1.2.
  73.  
  74. -Added * forwarding for the <any-user> account. You can set the <any-user>
  75. account to forward to *@someotherhost.net, and the local part of the
  76. address will be preserved while being forwarded to the new host.
  77.  
  78. -Added out of memory warning instead of generic warning if EIMS ran out of
  79. memory while loading accounts database. This may have been what was
  80. causing some of the upgrade problems people were reporting.
  81.  
  82. -EIMS will no longer bounces a message back to the sender if it was the
  83. sender address being rejected that caused the bounce. This was causing some
  84. odd mail loops.
  85.  
  86. -Added 'mailer-daemon' to the don't bounce list.
  87.  
  88. -Added check for user names longer than 31 characters with an APOP command.
  89.  
  90. -Fixed a bug that could cause unnecessary disk thrashing with problem
  91.  messages or files.
  92.  
  93. ------------------------
  94. Changes from 1.2 - Beta 1
  95. ------------------------
  96.  
  97. -Fixed a bug that would prevent installing EIMS on a system that did not
  98.  already have EIMS preferences files.
  99.  
  100. -Fixed a bug where closing connections were not showing up in statistics
  101.  as being in use.
  102.  
  103. -Added a timeout of 30 seconds on orderly closes on all ports.  This
  104.  addresses a problem with email clients that don't issue a QUIT command
  105.  when no mail is waiting.
  106.  
  107. ------------------------ 
  108. Changes from 1.2 - Beta 2
  109. ------------------------
  110.  
  111. -Added some missing quotes in warning dialogs, just a cosmetic problem,
  112.  some of the warning dialogs had an opening メ but no closing モ around
  113.  addresses or user names.
  114.  
  115. -Fixed problem with connection statistics changes in 1.2b2. If a
  116.  connection went from opening to closed state directly the connection
  117.  statistic would be decremented when it wasn't incremented. Resulted in
  118.  the connection statistic being smaller than it should be or showing up
  119.  as a negative number.
  120.  
  121. -Fixed the Ph server so Eudora recognises the addresses returned and
  122.  will let you use the To, CC and BCC buttons. Turns out the results
  123.  returned by the Ph server have to have the right number of spaces in the
  124.  right places for Eudora to recognise the email field.
  125.  
  126. -Changed all services to dispose of and reallocate connections after a
  127.  timeout. This is another attempt to fix the POP3 deafness problem. It
  128.  turns out that connections were getting stuck in the closed state due to
  129.  a bug in Open Transport. The easiest work around was to dispose of the
  130.  connection and reallocate it after a timeout.
  131.  
  132. -Fixed the idle mechanism to not kick in while the post office is
  133.  processing large messages. Messages over 16k in size would take longer
  134.  to be processed if there was nothing else happening on the server.
  135.  
  136. -Changed POP3 server and SMTP client buffers from 4096 to 4380 bytes.
  137.  4096 doesn't fit nicely into typical Internet packets which are 1500
  138.  bytes in size (1460 is 1500 bytes minus the IP and TCP headers). Before
  139.  transfers would go something like 1500 bytes, 1500 bytes, 1216 bytes,
  140.  1500 bytes ... Now all packets are 1500 bytes.
  141.  
  142. ------------------------ 
  143. Changes from 1.2 - Beta 3
  144. ------------------------
  145.  
  146. -Added registration dialog. This comes up the first time EIMS is
  147.  launched, or any time EIMS is launched and it is 3 days since the last
  148.  time the registration window was open. If a registration is sent in or
  149.  the Never Register button is pressed, the registration dialog will never
  150.  appear again unless you use the menu to bring it up.  When the Register
  151.  button is clicked (or the return or enter key pressed) a registration
  152.  message is given to EIMS to deliver.
  153.  
  154. -Optimised mail store compaction. When compacting each message, EIMS
  155.  would write the 20 byte message block header, then read a chunk of the
  156.  message, then write a chunk of the message, etc. The write for the 20
  157.  byte message block header is now combined with the first message chunk
  158.  write, this should reduce hard disk thrashing by 50% for messages of
  159.  ~16k or less in size.
  160.  
  161. -Changed bad sender bouncing to only bounce to postmaster on a 550
  162.  error. One of the changes for EIMS 1.2 is to bounce a message directly
  163.  to the local postmaster if the sender was rejected. EIMS was treating
  164.  all errors to a MAIL FROM command as sender rejections, when often they
  165.  are actually rejecting the SIZE parameter passed with the MAIL FROM
  166.  command. Only a 550 response code is considered a sender rejection now.
  167.  
  168. -Changed the Ph server to require a space after PH or QUERY to be 
  169.  recognised as a command. This prevents EIMS from treating names that
  170.  start with "Ph" such as "Phillip" as a PH command.
  171.  
  172. -------------
  173. BUG REPORTS
  174. -------------
  175.  
  176. Email: eims-beta@eudora.com
  177.  
  178. If you experience something you think might be a bug in the Eudora
  179. Internet Mail Server during the beta phase, please report it by sending 
  180. a message to eims-beta@eudora.com. Describe what you did, what happened,
  181. what version of EIMS you have, any error messages EIMS gave, what kind 
  182. of computer you have, what version of System Software you're using, and 
  183. anything else you think might be relevant.
  184.  
  185. You will receive an automated response indicating that your bug report has
  186. been received and forwarded to our enigineering staff. Unless additional
  187. information is needed, you will not receive a direct response.
  188.  
  189. -----------------------
  190. REQUESTS FOR FEATURES
  191. -----------------------
  192.  
  193. From time to time, everyone comes up with an idea for something they'd like
  194. their software to do differently. If you come across an idea that you think
  195. might make a nice enhancement to Eudora, your input is always welcome.
  196. Please send any suggestions or requests for new features to
  197. eims-suggest@eudora.com.
  198.  
  199. You will receive an automated response indicating that your suggestion has
  200. been received and forwarded to our enigineering staff. Unless additional
  201. information is needed, you will not receive a direct response.
  202.  
  203. -------------------------------
  204. LICENSE AND LEGAL INFORMATION
  205. -------------------------------
  206.  
  207. QUALCOMM grants to the user a nonexclusive license to use this Eudora 
  208. Internet Mail Server Software solely for User's own personal or internal 
  209. business purposes. The user may not commercially distribute, sublicense, 
  210. resell, or otherwise transfer for any consideration, or reproduce for any 
  211. such purposes, the Eudora Internet Mail Server software or any modification 
  212. or derivation thereof, either alone or in conjunction with any other product 
  213. or program. Further, the user may not modify the Eudora Internet Mail 
  214. Server Software, other than for User's own personal or internal business use.
  215.  
  216. THE EUDORA INTERNET MAIL SERVER SOFTWARE IS PROVIDED TO THE USER ''AS IS.''
  217. QUALCOMM MAKES NO WARRANTIES, EITHER EXPRESS OR IMPLIED, WITH RESPECT TO 
  218. THE MACINTOSH EUDORA INTERNET MAIL SERVER SOFTWARE AND/OR ASSOCIATED 
  219. MATERIALS PROVIDED TO THE USER, INCLUDING BUT NOT LIMITED TO ANY WARRANTY OF 
  220. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR AGAINST INFRINGEMENT. 
  221. QUALCOMM DOES NOT WARRANT THAT THE FUNCTIONS CONTAINED IN THE SOFTWARE WILL 
  222. MEET YOUR REQUIREMENTS, OR THAT THE OPERATION OF THE SOFTWARE WILL BE 
  223. UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE SOFTWARE WILL BE 
  224. CORRECTED. FURTHERMORE, QUALCOMM DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS 
  225. REGARDING THE USE OR THE RESULTS OF THE USE OF THE SOFTWARE OR ANY 
  226. DOCUMENTATION PROVIDED THEREWITH IN TERMS OF THEIR CORRECTNESS, ACCURACY, 
  227. RELIABILITY, OR OTHERWISE. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN 
  228. BY QUALCOMM OR A QUALCOMM AUTHORIZED REPRESENTATIVE SHALL CREATE A WARRANTY 
  229. OR IN ANY WAY INCREASE THE SCOPE OF THIS WARRANTY.
  230.  
  231. LIMITATION OF LIABILITY -- QUALCOMM AND ITS LICENSORS ARE NOT LIABLE FOR
  232. ANY CLAIMS OR DAMAGES WHATSOEVER, INCLUDING PROPERTY DAMAGE, PERSONAL
  233. INJURY, INTELLECTUAL PROPERTY INFRINGEMENT, LOSS OF PROFITS, OR
  234. INTERRUPTION OF BUSINESS, OR FOR ANY SPECIAL, CONSEQUENTIAL OR INCIDENTAL
  235. DAMAGES, HOWEVER CAUSED, WHETHER ARISING OUT OF BREACH OF WARRANTY,
  236. CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY, OR OTHERWISE.
  237.  
  238. Copyright (c) 1993-1997 by Apple Computer, Inc., QUALCOMM Incorporated
  239.  
  240. AppleTalk, Macintosh and Power Macintosh are registered trademarks of
  241. Apple Computer, Inc.
  242.  
  243. LocalTalk, MacTCP and Communications Toolbox are trademarks of
  244. Apple Computer, Inc.
  245.  
  246. Eudora is a registered trademark and Eudora Pro and Eudora Light
  247. are trademarks of QUALCOMM Incorporated.
  248.  
  249. QUALCOMM is a registered trademark and registered service mark of
  250. QUALCOMM Incorporated.
  251.  
  252. All other trademarks and service marks are the property of
  253. their respective owners.
  254.  
  255. 7/7/1997
  256.  
  257.